home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python20_Src.lha / Python20_source / expat / xmlwf / codepage.h < prev    next >
Encoding:
Text File  |  2000-04-21  |  197 b   |  8 lines

  1. /*
  2. Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
  3. See the file copying.txt for copying permission.
  4. */
  5.  
  6. int codepageMap(int cp, int *map);
  7. int codepageConvert(int cp, const char *p);
  8.